Revision: tla--sftp-versions--1.2--patch-3
Archive: johannes@sipsolutions.de--2004
Creator: Johannes Berg <johannes@sipsolutions.de>
Date: Mon May 24 10:32:13 CEST 2004
Standard-date: 2004-05-24 08:32:13 GMT
Modified-files: libarch/pfs-sftp-version.c
    libarch/pfs-sftp-version.h libarch/pfs-sftp.c
New-patches: johannes@sipsolutions.de--2004/tla--sftp-versions--1.2--patch-3
Summary: implement psftp recognition, fix small bug with openssh
Keywords: 

 * implement psftp recognition:
   for now just recognizes that the output of -V starts with
   'psftp:', this may need further refining later.
   If you have a psftp that doesn't support the -V switch yet, you
   can set the TLA_SSH_TYPE environment variable to "psftp".
 * fix small bug with OpenSSH parameters: 
   tla would create a command line like "... -s hostname sftp"
   instead of "... -s sftp hostname"